home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / ColorSync 2.5.1 SDK / Sample Code / CSDemo 2.5 / ShellSources / gxGlobals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-09  |  564 b   |  28 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef _GXGLOBALS_
  3. #define _GXGLOBALS_
  4.  
  5.  
  6. #ifndef __GXTYPES__
  7. #include <GXTypes.h>
  8. #endif
  9.  
  10. #ifndef __GXPRINTING__
  11. #include <GXPrinting.h>
  12. #endif
  13.  
  14.  
  15. /**\
  16. |**| ==============================================================================
  17. |**| PUBLIC GLOBALS
  18. |**| ==============================================================================
  19. \**/
  20. extern gxGraphicsClient        gQDGXClient ;
  21. extern Boolean                gQDGX_available ;
  22. extern long                    gQDGXGraphicsHeapSize ;
  23. extern GXPrintingEventUPP    gQDGXPrintingEventUPP ;
  24. extern gxEditMenuRecord        gQDGXEditMenuRec ;
  25.  
  26.  
  27. #endif
  28.